home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / p6m.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  237 b   |  11 lines

  1. #import "aGroup.h"
  2. #import "aGroup-inter.h"
  3. #import "p6.h"
  4.  
  5. @interface p6m:p6
  6. - resizeGenerator;
  7. - clip: (NXCoord) x: (NXCoord) y ;
  8. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg ;
  9. - sizeKludge: (float *) x : (float *) y;
  10. @end
  11.